Product Code Database
Example Keywords: hat -radiant $64-161
   » » Wiki: Double Pendulum
Tag Wiki 'Double Pendulum'.
Tag

In and , in the area of dynamical systems, a double pendulum, also known as a chaotic pendulum, is a with another pendulum attached to its end, forming a complex that exhibits rich dynamic behavior with a . The motion of a double pendulum is governed by a pair of coupled ordinary differential equations and is .


Analysis and interpretation
Several variants of the double pendulum may be considered; the two limbs may be of equal or unequal lengths and masses, they may be or compound pendulums (also called complex pendulums) and the motion may be in three dimensions or restricted to one vertical plane. In the following analysis, the limbs are taken to be identical compound pendulums of length and mass , and the motion is restricted to two dimensions.

In a compound pendulum, the mass is distributed along its length. If the double pendulum mass is evenly distributed, then the center of mass of each limb is at its midpoint, and the limb has a moment of inertia of about that point.

Although it is possible to derive the equations of a double pendulum with Newtonian mechanics, it is considered to be cumbersome to work with as it would require resolving vectors with respect to constraint forces. So it is more convenient to use the angles between each limb and the vertical as the generalized coordinates defining the configuration of the system. These angles are denoted and . The position of the center of mass of each rod may be written in terms of these two coordinates. If the origin of the Cartesian coordinate system is taken to be at the point of suspension of the first pendulum, then the center of mass of this pendulum is at:\begin{align} x_1 &= \tfrac{1}{2} \ell \sin \theta_1 \\ y_1 &= -\tfrac{1}{2} \ell \cos \theta_1 \end{align}

and the center of mass of the second pendulum is at \begin{align} x_2 &= \ell \left ( \sin \theta_1 + \tfrac{1}{2} \sin \theta_2 \right ) \\ y_2 &= -\ell \left ( \cos \theta_1 + \tfrac{1}{2} \cos \theta_2 \right ) \end{align} This is enough information to write out the Lagrangian.


Lagrangian
The Lagrangian is given by \begin{align} L &= \text{kinetic energy} - \text{potential energy} \\ &= \tfrac{1}{2} m \left ( v_1^2 + v_2^2 \right ) + \tfrac{1}{2} I \left ( \dot\theta_1^2 + \dot\theta_2^2 \right ) - m g \left ( y_1 + y_2 \right ) \\ &= \tfrac{1}{2} m \left ( \dot x_1^2 + \dot y_1^2 + \dot x_2^2 + \dot y_2^2 \right ) + \tfrac{1}{2} I \left ( \dot\theta_1^2 + \dot\theta_2^2 \right ) - m g \left ( y_1 + y_2 \right ) \end{align} The first term is the linear of the center of mass of the bodies and the second term is the rotational kinetic energy around the center of mass of each rod. The last term is the of the bodies in a uniform gravitational field. The dot-notation indicates the of the variable in question.

Using the values of x_1 and y_1 defined above, we have \begin{align} \dot x_1 &= \dot \theta_1 \left(\tfrac{1}{2}\ell \cos \theta_1 \right) \\1ex \dot y_1 &= \dot \theta_1 \left(\tfrac{1}{2} \ell \sin \theta_1 \right) \end{align} which leads to v_1^2 = \dot x_1^2 + \dot y_1^2 = \tfrac{1}{4} \dot \theta_1^2 \ell^2 \left(\cos^2 \theta_1 + \sin^2 \theta_1 \right) = \tfrac{1}{4} \ell^2 \dot \theta_1^2 .

Similarly, for x_2 and y_2 we have \begin{align} \dot x_2 &= \ell \left(\dot \theta_1 \cos \theta_1 + \tfrac{1}{2} \dot \theta_2 \cos \theta_2 \right) \\ \dot y_2 &= \ell \left(\dot \theta_1 \sin \theta_1 + \tfrac{1}{2} \dot \theta_2 \sin \theta_2 \right) \end{align}

and therefore

\begin{align} v_2^2 &= \dot x_2^2 + \dot y_2^2 \\1ex &= \ell^2 \left(

   \dot \theta_1^2 \cos^2 \theta_1 + \dot \theta_1^2 \sin^2 \theta_1
   + \tfrac{1}{4} \dot \theta_2^2 \cos^2 \theta_2 + \tfrac{1}{4} \dot \theta_2^2 \sin^2 \theta_2
   + \dot \theta_1 \dot \theta_2 \cos \theta_1 \cos \theta_2 + \dot \theta_1 \dot \theta_2 \sin \theta_1 \sin \theta_2
     
\right) \\1ex &= \ell^2 \left( \dot \theta_1^2 + \tfrac{1}{4} \dot \theta_2^2 + \dot \theta_1 \dot \theta_2 \cos \left(\theta_1 - \theta_2 \right)
\right).
     
\end{align}

Substituting the coordinates above into the definition of the Lagrangian, and rearranging the equation, gives \begin{align} L &= \tfrac{1}{2} m \ell^2 \left(

   \dot \theta_1^2
   + \tfrac{1}{4} \dot \theta_1^2 + \tfrac{1}{4} \dot \theta_2^2
   + \dot \theta_1 \dot \theta_2 \cos \left(\theta_1 - \theta_2 \right)
     
\right) + \tfrac{1}{24} m \ell^2 \left( \dot \theta_1^2 + \dot \theta_2^2 \right) - m g \left(y_1 + y_2 \right) \\1ex &= \tfrac{1}{6} m \ell^2 \left (
   \dot \theta_2^2 + 4 \dot \theta_1^2
   + 3 {\dot \theta_1} {\dot \theta_2} \cos (\theta_1-\theta_2)
     
\right) + \tfrac{1}{2} m g \ell \left ( 3 \cos \theta_1 + \cos \theta_2 \right ). \end{align}

The equations of motion can now be derived using the Euler–Lagrange equations, which are given by \frac{d}{dt} \frac{\partial L}{\partial \dot{\theta}_i} - \frac{\partial L}{\partial \theta_i} = 0, \quad i = 1,2. We begin with the equation of motion for \theta_1. The derivatives of the Lagrangian are given by \frac{\partial L}{\partial \theta_1} = -\tfrac{1}{2} m \ell^2 \dot{\theta}_1 \dot{\theta}_2 \sin(\theta_1 - \theta_2) - \tfrac{3}{2} mg\ell \sin\theta_1 and \frac{\partial L}{\partial \dot{\theta}_1} = \tfrac{4}{3} m\ell^2 \dot{\theta}_1 + \tfrac{1}{2} m\ell^2 \dot{\theta}_2 \cos(\theta_1-\theta_2). Thus \frac{d}{dt} \frac{\partial L}{\partial \dot{\theta}_1} = \tfrac{4}{3} m\ell^2 \ddot{\theta}_1 + \tfrac{1}{2} m\ell^2 \ddot{\theta}_2 \cos(\theta_1-\theta_2) - \tfrac{1}{2} m\ell^2 \dot{\theta}_2(\dot{\theta}_1 - \dot{\theta}_2) \sin(\theta_1 - \theta_2). Combining these results and simplifying yields the first equation of motion, \tfrac{4}{3} \ell \ddot{\theta}_1 + \tfrac{1}{2} \ell \ddot{\theta}_2 \cos(\theta_1 - \theta_2) + \tfrac{1}{2} \ell \dot{\theta}_2^2 \sin(\theta_1-\theta_2) + \tfrac{3}{2} g \sin\theta_1 = 0.

Similarly, the derivatives of the Lagrangian with respect to \theta_2 and \dot{\theta}_2 are given by \frac{\partial L}{\partial \theta_2} = \tfrac{1}{2} m \ell^2 \dot{\theta}_1 \dot{\theta}_2 \sin(\theta_1 - \theta_2) - \tfrac{1}{2} mg\ell \sin\theta_2 and \frac{\partial L}{\partial \dot{\theta}_2} = \tfrac{1}{3} m\ell^2 \dot{\theta}_2 + \tfrac{1}{2} m\ell^2 \dot{\theta}_1 \cos(\theta_1-\theta_2). Thus \frac{d}{dt} \frac{\partial L}{\partial \dot{\theta}_2} = \tfrac{1}{3} m\ell^2 \ddot{\theta}_2 + \tfrac{1}{2} m\ell^2 \ddot{\theta}_1 \cos(\theta_1-\theta_2) - \tfrac{1}{2} m\ell^2 \dot{\theta}_1(\dot{\theta}_1 - \dot{\theta}_2) \sin(\theta_1 - \theta_2). Plugging these results into the Euler-Lagrange equation and simplifying yields the second equation of motion, \tfrac{1}{3} \ell \ddot{\theta}_2 + \tfrac{1}{2} \ell \ddot{\theta}_1 \cos(\theta_1 - \theta_2) - \tfrac{1}{2} \ell \dot{\theta}_1^2 \sin(\theta_1-\theta_2) + \tfrac{1}{2} g \sin\theta_2 = 0.

No closed form solutions for \theta_1 and \theta_2 as functions of time are known, therefore the system can only be solved numerically, using the Runge Kutta method or similar techniques.


Chaotic motion
The double pendulum undergoes , and clearly shows a sensitive dependence on initial conditions. The image to the right shows the amount of elapsed time before the pendulum flips over, as a function of initial position when released at rest. Here, the initial value of ranges along the -direction from −3.14 to 3.14. The initial value ranges along the -direction, from −3.14 to 3.14. The color of each pixel indicates whether either pendulum flips within:
  • \sqrt{\frac{\ell}{g}} (black)
  • 10\sqrt{\frac{\ell}{g}} (red)
  • 100\sqrt{\frac{\ell}{g}} (green)
  • 1000\sqrt{\frac{\ell}{g}} (blue) or
  • 10000\sqrt{\frac{\ell}{g}} (purple).

Initial conditions that do not lead to a flip within 10000\sqrt{\frac{\ell}{g}} are plotted white.

The boundary of the central white region is defined in part by energy conservation with the following curve: 3 \cos \theta_1 + \cos \theta_2 = 2.

Within the region defined by this curve, that is if3 \cos \theta_1 + \cos \theta_2 > 2, then it is energetically impossible for either pendulum to flip. Outside this region, the pendulum can flip, but it is a complex question to determine when it will flip. Similar behavior is observed for a double pendulum composed of two rather than two rods with distributed mass.Alex Small, Sample Final Project: One Signature of Chaos in the Double Pendulum, (2013). A report produced as an example for students. Includes a derivation of the equations of motion, and a comparison between the double pendulum with 2 point masses and the double pendulum with 2 rods.

The lack of a natural excitation frequency has led to the use of double pendulum systems in seismic resistance designs in buildings, where the building itself is the primary inverted pendulum, and a secondary mass is connected to complete the double pendulum.


See also
  • Double inverted pendulum
  • Pendulum (mechanics)
  • Mid-20th century physics textbooks use the term "double pendulum" to mean a single bob suspended from a string which is in turn suspended from a V-shaped string. This type of , which produces , is now referred to as a Blackburn pendulum.


Further reading
  • (1986). 9780070413429, McGraw-Hill Science/Engineering/Math.
  • Eric W. Weisstein, Double pendulum (2005), ScienceWorld (contains details of the complicated equations involved) and " Double Pendulum" by Rob Morris, Wolfram Demonstrations Project, 2007 (animations of those equations).
  • Peter Lynch, Double Pendulum, (2001). (Java applet simulation.)
  • Northwestern University, Double Pendulum , (Java applet simulation.)
  • Theoretical High-Energy Astrophysics Group at UBC, Double pendulum, (2005).


External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
2s Time